summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/card_game.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/layout/card_game.xml')
-rw-r--r--src/android/app/src/main/res/layout/card_game.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/layout/card_game.xml b/src/android/app/src/main/res/layout/card_game.xml
index fb5dd0e66..b8a640d75 100644
--- a/src/android/app/src/main/res/layout/card_game.xml
+++ b/src/android/app/src/main/res/layout/card_game.xml
@@ -18,8 +18,8 @@
<com.google.android.material.card.MaterialCardView
style="?attr/materialCardViewElevatedStyle"
android:id="@+id/card_game_art"
- android:layout_width="150dp"
- android:layout_height="150dp"
+ android:layout_width="140dp"
+ android:layout_height="140dp"
app:cardCornerRadius="4dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"